home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 24 / PCGamer24_23Demos.iso / WarZone 2100 / data1.cab / Program_Executable_Files / script / data / cam1day.vlo next >
Text File  |  1998-10-21  |  315b  |  19 lines

  1. // cam1day.vlo
  2. // Weather and day/night VLO for Cam1
  3. // set daytime
  4.  
  5. script "cam1daynight.slo"
  6. run
  7. {
  8. //daytime colour for fog ARIZONA
  9. Rstart        int    204
  10. Gstart        int    149
  11. Bstart        int    70
  12.  
  13. //night time colour for fog
  14. Rend        int    204
  15. Gend        int    149
  16. Bend        int    70
  17.  
  18. Steps        int    1    //number of seconds for change
  19. }